home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Updates / General / Frontier 3.0 to 3.0.3 Upg.sit / 3.0 => 3.0.3 Upgrader / Upgrade Files / DocServer Docs / Finder.drag < prev    next >
Encoding:
Text File  |  1993-12-30  |  863 b   |  18 lines  |  [TEXT/DOCS]

  1.  
  2. Verb    Finder.drag
  3. Syntax    Finder.drag (sourcePath, destPath)
  4. Parameters    sourcePath is the path to the file or folder you wish to copy.
  5. destPath is the path to the place where the contents of sourcePath are to be copied.
  6. Action    Copies the file or folder in sourcePath to folder or volume at destPath. If a file or folder of the same name already exists in destPath, this verb confirms your desire to replace it.
  7. Returns    True
  8. Examples    Finder.drag ("System:System Folder:System", "System:ResEdit Folder:")
  9.     » true
  10. Makes a copy of the System file so you can work with it in ResEdit.
  11.  
  12. Finder.drag ("System:System Folder:Passwords", "MyOTherDisk:System:A Safe Place:")
  13.     » true
  14. The file called “Passwords” in your System Folder is copied to a safe place on another hard disk for backup.
  15. Notes    You can use Finder.drag across volumes.
  16. See Also    Finder.move
  17. Finder.duplicate
  18.